Kotlin utilities
/
it.czerwinski.kotlin.util
/
RightProjection
/
getOrNull
common
get
Or
Null
fun
getOrNull
():
R
?
Content copied to clipboard
Gets value of this
Right
or
null
if this is
Left
.
Return
Value of this
Right
or
null
.